home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / kcl.lha / h / symbol.h < prev    next >
Text File  |  1987-06-04  |  346b  |  14 lines

  1. /*
  2. (c) Copyright Taiichi Yuasa and Masami Hagiya, 1984.  All rights reserved.
  3. Copying of this file is authorized to users who have executed the true and
  4. proper "License Agreement for Kyoto Common LISP" with SIGLISP.
  5. */
  6.  
  7. object Squote;
  8. object Sfunction;
  9. object Slambda;
  10.  
  11. object Slambda_block;
  12. object Slambda_closure;
  13. object Slambda_block_closure;
  14.